Welcome![Sign In][Sign Up]
Location:
Search - ofdm ifft

Search list

[Post-TeleCom sofeware systemsOFDMSIMULATE

Description: OFDM仿真 参数: % 子载波数 128 % 位数/ 符号 2 % 符号数/ 载波 1000 % 训练符号数 0 % 循环前缀长度 8 (1/16)*T % 调制方式 4-QAM % 多径信道数 3 % IFFT Size 128 % 信道最大时延 2 -OFDM simulation parameters : % subcarriers median number of 128%/2% Symbol Symbol/Carrier Training 1000% 0% Symbol few cyclic prefix length 8 (1/16)* T% modulation 4-QAM% multi-path channel number 3% 128% Size IFFT letter Maximum delay 2
Platform: | Size: 19456 | Author: 高源 | Hits:

[matlabofdm-program()

Description: 仿真参数:800个载波,1024点IFFT,载波间频1,无多径和有延迟个码片仿真。调制方式是BPSK和QPSK-simulation parameters : 800 Carrier, the 1024-point IFFT, a carrier frequency between, No multi-path and the delay-chip simulation. BPSK modulation is QPSK
Platform: | Size: 8192 | Author: ssssss | Hits:

[File FormatV_OFDM_by_IFFT_modulation_020303

Description: OFDM by IFFT modulation
Platform: | Size: 379904 | Author: 王王 | Hits:

[Streaming Mpeg4ofdm_simulation_Eq.2.1.4vs.IFFT

Description: DVB-T 2K signal generation Eq. (2.1.4) vs. 2N-IFFT. Just compare them.
Platform: | Size: 1024 | Author: | Hits:

[matlabofdm

Description:
Platform: | Size: 6144 | Author: zhaoli | Hits:

[Otherofdm

Description: 对ofdm系统进行仿真,包括信源、信道、串并变换和并串变换,FFT和IFFT变换等,以及对误码率的考虑。-Simulation of the OFDM system, including source, channel, and to transform and string, and strings Transform, FFT and IFFT transform, as well as on the bit error rate considerations.
Platform: | Size: 2048 | Author: 阿妹儿 | Hits:

[matlabOFDM_matlab

Description: 对文本文件和音频文件进行OFDM调制和16QAM调制的matlab仿真。-Text documents and audio files to OFDM modulation and 16QAM modulation matlab simulation.
Platform: | Size: 5250048 | Author: 张翔 | Hits:

[Communicationofdm

Description: ofdm 仿真的程序,包括参数定义,fft,ifft,调制解调等源码,很好用啊!-OFDM simulation procedures, including the definition of parameters, fft, ifft, modulation and demodulation, such as source code, with very good ah!
Platform: | Size: 4096 | Author: zhangweijin | Hits:

[matlabOFDMmod

Description: 用MATLAB编程实现OFDM调制,使用了FFT和IFFT方法-Programming with MATLAB realize OFDM modulation, the use of FFT and IFFT methods
Platform: | Size: 1024 | Author: liu | Hits:

[Communication-MobileOFDM_systom

Description: OFDM的发射端,包括pi/4DQPSK的调制,ifft,加帧头以及组帧-The OFDM transmitter, including pi/4DQPSK modulation, ifft, plus header and Framing
Platform: | Size: 1024 | Author: xiaoxiao | Hits:

[Otherperfect_OFDM

Description: 还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮助。更希望本站能吸引更多的编程爱好者再创佳绩。-KEYWORD:OFDM MATLAB 7.0 CP IFFT FFT P/S S/P Also for the " Based on MATLAB simulation of the OFDM system," a friend, you can see my summary of the information! The code through a combination of the two site source code, MATLAB 7.0 at complete perfection OFDM system simulation: Audio Data Acquisition-> S/P conversion-> 16QAM mapping-> IFFT processing-> Add CP-> P/S-> ideal/multi-path channel transmission-> ... ... (FFT, etc.)-> transmission results (before and after the frequency spectrum can be directly before and after listening to audio files to identify the system good or bad- when the ideal channel before and after the same sound quality). This would also like to thank at the two stations to provide the relevant code, also hope to have helped others. I also hope to attract more site programming enthusiasts new heights.
Platform: | Size: 8192 | Author: sunshinepwf | Hits:

[Software Engineeringofdm

Description: ofdm ifft/fft仿真,在真实环境下的信号流程-ofdm
Platform: | Size: 2048 | Author: zhang | Hits:

[Linux-Unixofdm-tge

Description: OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i)= 2*round(rand)-1 end create modulated BPSK signal first expand the bit stream exdata=[] for i=1:length(data) for rep=1:5 exdata= [exdata data(i)] end end ts=.1 t=1:ts:80.9 carrier=cos(pi*t) multiply expanded bitstream by cosine wave with carrier frequency this is the BPSK that is to be transmitted over the channel bpsk=carrier.*exdata bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk] plot(bpsk) generating the noise p=rand(1,800)*2*pi p=rand*2*pi snr=10 r=sqrt(-1*(1/snr*log(1- rand))) no = 5*(r.* exp(j*p)) no = (r.* exp(j*p)) value of alpha al=rand+j*rand al=1 Spreading channel with the alpha as the variable for k=5:5:795 for l = 1:5 al=round(rand)+j*round(rand) rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l) end end rxdata=rec+ no begin demodulation first multiply recie
Platform: | Size: 6146048 | Author: 卞敏捷 | Hits:

[Communicationofdmsf_p1

Description: OFDM main program generates random binary bits, ifft and cyclic prefix, user can define parameters and calculates BER
Platform: | Size: 2048 | Author: omcio | Hits:

[CommunicationOFDM_demo

Description: ofdm 3g技术仿真 子载波 信道估计 傅里叶变换 -ofdm ifft sub_carrier channel estimation
Platform: | Size: 1024 | Author: 立佳 | Hits:

[3G developofdm-vhdl

Description: ofdm的VHDL实现,包括fft,ifft,串并变换等,附详细说明文档-ofdm realization of VHDL, including the fft, ifft, such as string and transform, with detailed description of the document
Platform: | Size: 173056 | Author: 陈娟 | Hits:

[Fax programOFDMCommunicationSystemMatalabCode

Description: 一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模 块,并统括系统性能的仿真验证了系统设计的可靠性。 -A relatively complete simulation of the OFDM communication system design, including coding, modulation, IFFT, frequency up and down, Gaussian channel model, FFT, PAPR suppression, a variety of synchronization, demodulation and decoding block mode , and system performance omnibus simulation to verify the reliability of system design.
Platform: | Size: 37888 | Author: LX | Hits:

[Communication-MobileOFDM

Description: 自行编写实现FFT、IFFT算法,完成OFDM系统的发、收端仿真-FFT,IFFT,OFDM systen simulation
Platform: | Size: 6144 | Author: miffymiffy | Hits:

[OtherOFDM

Description: 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性 -This is a relatively complete simulation of OFDM communication system design, including coding, modulation, IFFT, the upper and lower frequency, Gaussian channel model, FFT, PAPR suppression, a variety of synchronization, demodulation and decoding module, and system performance omnibus Simulation results show the reliability of system design
Platform: | Size: 15360 | Author: ianua | Hits:

[source in ebookOFDM

Description: 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。 -This is a relatively complete simulation of OFDM communication system design, including coding, modulation, IFFT, the upper and lower frequency, Gaussian channel model, FFT, PAPR suppression, a variety of synchronization, demodulation and decoding module, and system performance omnibus simulation of the system reliability.
Platform: | Size: 22528 | Author: 王国伟 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net